From: Debian Science Team Date: Fri, 20 Sep 2019 07:01:37 +0000 (+0100) Subject: xfail_statsmodels_bug X-Git-Tag: archive/raspbian/0.25.3+dfsg2-2+rpi1~1^2^2^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=303f88e5ffaf38637b1bea561ac4f9243dc21578;p=pandas.git xfail_statsmodels_bug Author: Rebecca N. Palmer Bug: https://github.com/pandas-dev/pandas/issues/24088 Forwarded: not-needed Gbp-Pq: Name xfail_statsmodels_bug.patch --- diff --git a/pandas/tests/plotting/test_datetimelike.py b/pandas/tests/plotting/test_datetimelike.py index e3d502cd..f2d546b0 100644 --- a/pandas/tests/plotting/test_datetimelike.py +++ b/pandas/tests/plotting/test_datetimelike.py @@ -24,6 +24,7 @@ from pandas.tests.plotting.common import (TestPlotBase, @td.skip_if_no_mpl +@pytest.mark.xfail(reason="https://github.com/statsmodels/statsmodels/issues/4772") class TestTSPlot(TestPlotBase): def setup_method(self, method):